@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,cyrillic);

div[elqtype="UserForm"] {
    width: 650px;
    /*to center the form, remove the comments around the next line*/
    /*margin: 0 auto;*/
    /*then comment out the next line*/
    float: left;
    margin-left: 22px;
}

.elq-form label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.elq-form label.label {
    font-weight: 400;
}

.elq-form .radio-option .label {
    padding-bottom: 5px;
}

.elq-form .field-wrapper.individual {
    margin-bottom: 9px;
}

.elq-form .label-position.left {
    /* Removing the next line so that field labels stack at all screen sizes */
    /* text-align: right; */
    text-align: left;
    float: left;
    width: 100%;
}

input.field-size-left-large[name="address2"],
input.field-size-left-large[name="busPhone"],
input.field-size-left-large[name="emailAddress"] {
    width: 195px;
}

input.field-size-left-large[name="city"] {
    width: 165px;
}

select.field-size-left-large[name="stateProv"] {
    width: 170px;
}

input.field-size-left-large[name="zipPostal"] {
    width: 75px;
}

select.field-size-left-large[name="country"] {
    width: 140px;
}

.elq-form .required {
    color: red !important;
    display: inline;
    float: none;
    font-weight: bold;
    margin: 0pt 0pt 0pt;
    padding: 0pt 5pt 0pt;
}

.elq-form .field-size-left-large {
    width: 300px;
}

h2, p {
    margin: 10px 0 10px 25px;
}


.submit-button {
    background: #e90029;
    color: white;
    border: 1px solid #e90029;
    border-radius: 5px;
    margin: 15px 0 10px 84px;
}

.elq-form .label-position.top {
    white-space: normal;
}

@media screen and (max-width: 767px) {

    div[elqtype="UserForm"] {
        width: 100%;
        /*to center the form, remove the comments around the next line*/
        /*margin: 0 auto;*/
        /*then comment out the next line*/
        float: left;
    }

    .elq-form {
        float: left;
        width: 100%;
    }

    .elq-form .field-style._100 {
        width: 100%;
    }

    .elq-form .item-padding {
        padding: 5px 0;
        float: left;
        clear: both;
    }

    .elq-form .label-position.left {
        text-align: left;
        float: left;
        width: 100%;
    }
}